home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / funnyquest.swf / scripts / DefineButton2_289 / BUTTONCONDACTION on(keyPress 8).as < prev    next >
Encoding:
Text File  |  2007-10-01  |  88 b   |  7 lines

  1. on(keyPress "8"){
  2.    if(gameMode eq "ing")
  3.    {
  4.       call("/:eventDown");
  5.    }
  6. }
  7.